diff options
| -rw-r--r-- | bgpd/bgp_open.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_open.h b/bgpd/bgp_open.h index 20f5fdb22b..1d005efd02 100644 --- a/bgpd/bgp_open.h +++ b/bgpd/bgp_open.h @@ -20,8 +20,8 @@ struct capability_mp_data { }; struct graceful_restart_af { - afi_t afi; - safi_t safi; + uint16_t afi; + uint8_t safi; uint8_t flag; }; |
