Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: netconf.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_NETCONF_H_
[1] Fix | Delete
#define _LINUX_NETCONF_H_
[2] Fix | Delete
[3] Fix | Delete
#include <linux/types.h>
[4] Fix | Delete
#include <linux/netlink.h>
[5] Fix | Delete
[6] Fix | Delete
struct netconfmsg {
[7] Fix | Delete
__u8 ncm_family;
[8] Fix | Delete
};
[9] Fix | Delete
[10] Fix | Delete
enum {
[11] Fix | Delete
NETCONFA_UNSPEC,
[12] Fix | Delete
NETCONFA_IFINDEX,
[13] Fix | Delete
NETCONFA_FORWARDING,
[14] Fix | Delete
NETCONFA_RP_FILTER,
[15] Fix | Delete
NETCONFA_MC_FORWARDING,
[16] Fix | Delete
NETCONFA_PROXY_NEIGH,
[17] Fix | Delete
NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN,
[18] Fix | Delete
NETCONFA_INPUT,
[19] Fix | Delete
NETCONFA_BC_FORWARDING,
[20] Fix | Delete
__NETCONFA_MAX
[21] Fix | Delete
};
[22] Fix | Delete
#define NETCONFA_MAX (__NETCONFA_MAX - 1)
[23] Fix | Delete
#define NETCONFA_ALL -1
[24] Fix | Delete
[25] Fix | Delete
#define NETCONFA_IFINDEX_ALL -1
[26] Fix | Delete
#define NETCONFA_IFINDEX_DEFAULT -2
[27] Fix | Delete
[28] Fix | Delete
#endif /* _LINUX_NETCONF_H_ */
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function