Le 21/06/2020 à 17:34, Alexandre Cassen a écrit : [snip] > +#define RTPROT_GATED 8 /* Apparently, GateD */ > +#define RTPROT_RA 9 /* RDISC/ND router advertisements */ > +#define RTPROT_MRT 10 /* Merit MRT */ > +#define RTPROT_ZEBRA 11 /* Zebra */ > +#define RTPROT_BIRD 12 /* BIRD */ > +#define RTPROT_DNROUTED 13 /* DECnet routing daemon */ > +#define RTPROT_XORP 14 /* XORP */ > +#define RTPROT_NTK 15 /* Netsukuku */ > +#define RTPROT_DHCP 16 /* DHCP client */ nit: if you reident everything, you can fix spaces vs tabs between the number and the comment. Starting from '16', it's spaces, it was one tab before.
> +#define RTPROT_MROUTED 17 /* Multicast daemon */ > +#define RTPROT_KEEPALIVED 18 /* Keepalived daemon */ > +#define RTPROT_BABEL 42 /* Babel daemon */ > +#define RTPROT_BGP 186 /* BGP Routes */ > +#define RTPROT_ISIS 187 /* ISIS Routes */ > +#define RTPROT_OSPF 188 /* OSPF Routes */ > +#define RTPROT_RIP 189 /* RIP Routes */ > +#define RTPROT_EIGRP 192 /* EIGRP Routes */ > > /* rtm_scope > >