forked from luck/tmp_suning_uos_patched
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
@ -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 New Issue
Block a user