public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
26f5ef7551b2878f873052cab6c60fa21bab164b blob 1507 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
33
34
35
36
37
38
39
 
/* 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

#include <stdbool.h>

#include <netinet/in.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_all(struct ctx *c, int s, unsigned int ifi, sa_family_t af);
bool nl_neigh_mac_get(int s, const union inany_addr *addr, int ifi,
		      unsigned char *mac);
int nl_addr_set(int s, unsigned int ifi, sa_family_t af,
		const union inany_addr *addr, int prefix_len);
int nl_addr_get_ll(int s, unsigned int ifi, struct in6_addr *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);
int nl_neigh_notify_init(const struct ctx *c);
void nl_neigh_notify_handler(const struct ctx *c);

#endif /* NETLINK_H */
debug log:

solving 26f5ef7 ...
found 26f5ef7 in https://archives.passt.top/passt-dev/20260322004333.365713-8-jmaloy@redhat.com/
found 3af6d58 in https://archives.passt.top/passt-dev/20260322004333.365713-7-jmaloy@redhat.com/
found b22f485 in https://passt.top/passt
preparing index
index prepared:
100644 b22f485a319e7b000cf056a6153292cb0eeb8bf4	netlink.h

applying [1/2] https://archives.passt.top/passt-dev/20260322004333.365713-7-jmaloy@redhat.com/
diff --git a/netlink.h b/netlink.h
index b22f485..3af6d58 100644


applying [2/2] https://archives.passt.top/passt-dev/20260322004333.365713-8-jmaloy@redhat.com/
diff --git a/netlink.h b/netlink.h
index 3af6d58..26f5ef7 100644

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

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