mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
rtnetlink: add new value for DHCP added routes
To improve manageability, it would be good to be able to disambiguate routes added by administrator from those added by DHCP client. The only necessary kernel change is to add value to rtnetlink include file so iproute2 utility can use it. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4826857f1b
commit
2e1ab634bf
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ enum
|
|||
#define RTPROT_DNROUTED 13 /* DECnet routing daemon */
|
||||
#define RTPROT_XORP 14 /* XORP */
|
||||
#define RTPROT_NTK 15 /* Netsukuku */
|
||||
#define RTPROT_DHCP 16 /* DHCP client */
|
||||
|
||||
/* rtm_scope
|
||||
|
||||
|
|
Loading…
Reference in a new issue