diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-01-23 17:20:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 17:20:44 +0200 |
| commit | 5435d963b301e21cabe2e7ab16b7b81b3203d021 (patch) | |
| tree | 39c371a32431abc67ff97fa22394b17f0d13bca7 | |
| parent | 92a56d2fa2eb85dadb37ed58fafa16b5d3b1b81e (diff) | |
| parent | 664d14eadbc18cc711177ad72412b1cb827d64b6 (diff) | |
Merge pull request #15195 from idryzhov/vtysh-vrf-fix
vtysh: fix VTYSH_VRF definition
| -rw-r--r-- | vtysh/vtysh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index f63d4be6ee..6bc0c5e2c5 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -58,7 +58,7 @@ extern struct event_loop *master; VTYSH_EIGRPD | VTYSH_BABELD | VTYSH_PBRD | VTYSH_FABRICD | \ VTYSH_VRRPD | VTYSH_MGMTD #define VTYSH_INTERFACE VTYSH_INTERFACE_SUBSET | VTYSH_BGPD -#define VTYSH_VRF VTYSH_INTERFACE_SUBSET | RPKI_VRF_NODE +#define VTYSH_VRF VTYSH_INTERFACE_SUBSET | VTYSH_BGPD #define VTYSH_KEYS VTYSH_RIPD | VTYSH_EIGRPD | VTYSH_OSPF6D | VTYSH_OSPFD /* Daemons who can process nexthop-group configs */ #define VTYSH_NH_GROUP VTYSH_PBRD|VTYSH_SHARPD |
