public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob bdfdef0910f311dd26aa0c5cce85df579254e0ec 1268 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef NETLINK_H
#define NETLINK_H

extern int nl_sock;
extern int nl_sock_ns;

void nl_sock_init(const struct ctx *c, bool ns);
unsigned int nl_get_ext_if(int s, sa_family_t af);
int nl_route_get_def(int s, unsigned int ifi, sa_family_t af, void *gw);
int nl_route_set_def(int s, unsigned int ifi, sa_family_t af, const void *gw);
int nl_route_dup(int s_src, unsigned int ifi_src,
		 int s_dst, unsigned int ifi_dst, sa_family_t af);
int nl_addr_get(int s, unsigned int ifi, sa_family_t af,
		void *addr, int *prefix_len, void *addr_l);
int nl_addr_set(int s, unsigned int ifi, sa_family_t af,
		const void *addr, int prefix_len);
int nl_addr_get_ll(int s, unsigned int ifi, void *addr);
int nl_addr_set_ll_nodad(int s, unsigned int ifi);
int nl_addr_dup(int s_src, unsigned int ifi_src,
		int s_dst, unsigned int ifi_dst, sa_family_t af);
int nl_link_get_mac(int s, unsigned int ifi, void *mac);
int nl_link_set_mac(int s, unsigned int ifi, const void *mac);
int nl_link_set_mtu(int s, unsigned int ifi, int mtu);
int nl_link_set_flags(int s, unsigned int ifi,
		      unsigned int set, unsigned int change);

#endif /* NETLINK_H */

debug log:

solving bdfdef0 ...
found bdfdef0 in https://archives.passt.top/passt-dev/20240814225429.3707908-6-sbrivio@redhat.com/
found 66a44ad in https://passt.top/passt
preparing index
index prepared:
100644 66a44ada3e1c13535ac53e57ff5ba8d4d0929df4	netlink.h

applying [1/1] https://archives.passt.top/passt-dev/20240814225429.3707908-6-sbrivio@redhat.com/
diff --git a/netlink.h b/netlink.h
index 66a44ad..bdfdef0 100644

Checking patch netlink.h...
Applied patch netlink.h cleanly.

index at:
100644 bdfdef0910f311dd26aa0c5cce85df579254e0ec	netlink.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).