public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob cadd3b7edc36fc138606e01228154f2d969f73dd 1092 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
 
/* 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_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_up(int s, unsigned int ifi, int mtu);
int nl_sock_init_do(void *arg);

#endif /* NETLINK_H */

debug log:

solving cadd3b7 ...
found cadd3b7 in https://archives.passt.top/passt-dev/20240114180755.1008481-1-jmaloy@redhat.com/
found 3a1f0de in https://passt.top/passt
preparing index
index prepared:
100644 3a1f0de8156a8240f1eb41a52604c47e7f79107a	netlink.h

applying [1/1] https://archives.passt.top/passt-dev/20240114180755.1008481-1-jmaloy@redhat.com/
diff --git a/netlink.h b/netlink.h
index 3a1f0de..cadd3b7 100644

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

index at:
100644 cadd3b7edc36fc138606e01228154f2d969f73dd	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).