diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-22 20:55:47 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 19:51:33 +0200 |
commit | 6f2f0be83241daca947110c8e50b8b8bff3f6873 (patch) | |
tree | f3cbc0c5646e658d5813e00a10c9d4394ed763b8 /vtysh/vtysh.h | |
parent | *: fix git-reindent-branch.py reversing order (diff) | |
download | frr-6f2f0be83241daca947110c8e50b8b8bff3f6873.tar.xz frr-6f2f0be83241daca947110c8e50b8b8bff3f6873.zip |
vtysh: Allow vtysh to pass through vrf commands to pim
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'vtysh/vtysh.h')
-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 67ee8898c..57a25132a 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -47,7 +47,7 @@ DECLARE_MGROUP(MVTYSH) #define VTYSH_RMAP VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_PIMD #define VTYSH_INTERFACE VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD|VTYSH_PIMD|VTYSH_NHRPD|VTYSH_EIGRPD|VTYSH_BABELD #define VTYSH_NS VTYSH_ZEBRA -#define VTYSH_VRF VTYSH_ZEBRA +#define VTYSH_VRF VTYSH_ZEBRA|VTYSH_PIMD /* vtysh local configuration file. */ #define VTYSH_DEFAULT_CONFIG "vtysh.conf" |