diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-09-13 15:16:12 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-10-24 10:12:40 -0200 | 
| commit | ecffa493c0c2a3ac9fe96a5ac202f48da9b44d21 (patch) | |
| tree | 65e850004c74ceeb3feb94b8a22a2b54cd0ee93c /lib/vrf.h | |
| parent | 72806e2d23228892993eacdf9415f29eadb52f55 (diff) | |
zebra: unify the ipv4/ipv6 'show ip route' commands - part 1/2
Note: I had to remove one assert in clidef.py in order to fix a build
error when using a preprocessor string (FRR_IP_REDIST_STR_ZEBRA) inside
a DEFPY command. This should be revisited later.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/vrf.h')
| -rw-r--r-- | lib/vrf.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ enum { IFLA_VRF_UNSPEC, IFLA_VRF_TABLE, __IFLA_VRF_MAX };   */  #define VRF_CMD_HELP_STR    "Specify the VRF\nThe VRF name\n"  #define VRF_ALL_CMD_HELP_STR    "Specify the VRF\nAll VRFs\n" +#define VRF_FULL_CMD_HELP_STR   "Specify the VRF\nThe VRF name\nAll VRFs\n"  /*   * Pass some OS specific data up through  | 
