mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:04:32 +00:00
zebra: add missing protocols names to source-protocol route-map match
Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
This commit is contained in:
parent
df0b13cf23
commit
5b9471f9bb
@ -256,7 +256,7 @@ DEFUN (no_match_ip_nexthop_prefix_len,
|
|||||||
|
|
||||||
DEFUN (match_source_protocol,
|
DEFUN (match_source_protocol,
|
||||||
match_source_protocol_cmd,
|
match_source_protocol_cmd,
|
||||||
"match source-protocol <bgp|ospf|rip|ripng|isis|ospf6|connected|system|kernel|static>",
|
"match source-protocol <bgp|ospf|rip|ripng|isis|ospf6|pim|nhrp|eigrp|babel|connected|system|kernel|static>",
|
||||||
MATCH_STR
|
MATCH_STR
|
||||||
"Match protocol via which the route was learnt\n"
|
"Match protocol via which the route was learnt\n"
|
||||||
"BGP protocol\n"
|
"BGP protocol\n"
|
||||||
@ -265,6 +265,10 @@ DEFUN (match_source_protocol,
|
|||||||
"RIPNG protocol\n"
|
"RIPNG protocol\n"
|
||||||
"ISIS protocol\n"
|
"ISIS protocol\n"
|
||||||
"OSPF6 protocol\n"
|
"OSPF6 protocol\n"
|
||||||
|
"PIM protocol\n"
|
||||||
|
"NHRP protocol\n"
|
||||||
|
"EIGRP protocol\n"
|
||||||
|
"BABEL protocol\n"
|
||||||
"Routes from directly connected peer\n"
|
"Routes from directly connected peer\n"
|
||||||
"Routes from system configuration\n"
|
"Routes from system configuration\n"
|
||||||
"Routes from kernel\n"
|
"Routes from kernel\n"
|
||||||
@ -284,7 +288,7 @@ DEFUN (match_source_protocol,
|
|||||||
|
|
||||||
DEFUN (no_match_source_protocol,
|
DEFUN (no_match_source_protocol,
|
||||||
no_match_source_protocol_cmd,
|
no_match_source_protocol_cmd,
|
||||||
"no match source-protocol [<bgp|ospf|rip|ripng|isis|ospf6|connected|system|kernel|static>]",
|
"no match source-protocol [<bgp|ospf|rip|ripng|isis|ospf6|pim|nhrp|eigrp|babel|connected|system|kernel|static>]",
|
||||||
NO_STR
|
NO_STR
|
||||||
MATCH_STR
|
MATCH_STR
|
||||||
"No match protocol via which the route was learnt\n"
|
"No match protocol via which the route was learnt\n"
|
||||||
@ -294,6 +298,10 @@ DEFUN (no_match_source_protocol,
|
|||||||
"RIPNG protocol\n"
|
"RIPNG protocol\n"
|
||||||
"ISIS protocol\n"
|
"ISIS protocol\n"
|
||||||
"OSPF6 protocol\n"
|
"OSPF6 protocol\n"
|
||||||
|
"PIM protocol\n"
|
||||||
|
"NHRP protocol\n"
|
||||||
|
"EIGRP protocol\n"
|
||||||
|
"BABEL protocol\n"
|
||||||
"Routes from directly connected peer\n"
|
"Routes from directly connected peer\n"
|
||||||
"Routes from system configuration\n"
|
"Routes from system configuration\n"
|
||||||
"Routes from kernel\n"
|
"Routes from kernel\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user