]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix confederation identifier unsigned display 3490/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Dec 2018 14:43:40 +0000 (09:43 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Dec 2018 14:45:19 +0000 (09:45 -0500)
commit251271522689b6a2be574ce13e3f1651b42f5758
treea81861dec10a18815adc17006fb60b2f7ac98c01
parent40e9f61a4669d50fda9f965775111db5ceef5127
bgpd: Fix confederation identifier unsigned display

The confederation identifier is a `as_t` type which is a
uint32_t underneath the covers.  Display it using a %u

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgpd.c