DEFUN (match_source_protocol,
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 protocol via which the route was learnt\n"
"BGP protocol\n"
"RIPNG protocol\n"
"ISIS 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 system configuration\n"
"Routes from kernel\n"
DEFUN (no_match_source_protocol,
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
MATCH_STR
"No match protocol via which the route was learnt\n"
"RIPNG protocol\n"
"ISIS 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 system configuration\n"
"Routes from kernel\n"