lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ