]> git.proxmox.com Git - mirror_frr.git/commit
lib, vtysh: Add `allow-reserved-ranges` global command
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 1 Jul 2022 20:24:52 +0000 (23:24 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 1 Jul 2022 20:24:52 +0000 (23:24 +0300)
commitac156aecb5f292f565ccd0aeafade4cc0cad6028
treed84b2fdccb40b486b3d1ae80904d5ad53a7129b6
parenta28af47280aac1476672584309f9de70db392836
lib, vtysh: Add `allow-reserved-ranges` global command

It will be used to allow/deny using IPv4 reserved ranges (Class E) for Zebra
(configuring interface address) or BGP (allow next-hop to be from this range).

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
lib/command.c
lib/command.h
vtysh/vtysh.c
vtysh/vtysh_config.c