[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a3e81bc7-1915-bbe7-5b56-367617ecfc2e@6wind.com>
Date: Mon, 22 Jun 2020 15:49:08 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: Alexandre Cassen <acassen@...il.com>, netdev@...r.kernel.org
Cc: davem@...emloft.net, jiri@...lanox.com,
nikolay@...ulusnetworks.com, idosch@...lanox.com,
dsahern@...il.com, vladbu@...lanox.com
Subject: Re: [PATCH net-next] rtnetlink: add keepalived rtm_protocol
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
>
>
Powered by blists - more mailing lists