]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: simplify str2esi function
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 9 Feb 2017 08:23:23 +0000 (09:23 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:59:00 +0000 (13:59 +0100)
commit20b80273cf421975a58840b87254df5f58089576
treeb504d899b2ad3af6f534e5b000ff56b21c3884ea
parent6e6fd6d1177caec35f76ab31a75e5c2164ebf63b
bgpd: simplify str2esi function

The commit replaces the char-by-char handling function by sscanf routine
usage. This implementation is simplified and does the same.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_attr_evpn.c