mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-01 02:48:17 +00:00
For example:
```
donatas-laptop# show bgp ipv4 unicast neighbors 127.0.0.2 advertised-routes route-map ?
RMAP_NAME Name of the route map
testas2 testas
donatas-laptop(config)# router bgp
donatas-laptop(config-router)# address-family ipv4
donatas-laptop(config-router-af)# redistribute connected route-map ?
RMAP_NAME Pointer to route-map entries
testas2 testas
donatas-laptop(config-router-af)# network 192.168.0.0/23 route-map ?
RMAP_NAME Name of the route map
testas2 testas
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| ripng_cli.c | ||
| ripng_debug.c | ||
| ripng_debug.h | ||
| ripng_interface.c | ||
| ripng_main.c | ||
| ripng_nb_config.c | ||
| ripng_nb_rpcs.c | ||
| ripng_nb_state.c | ||
| ripng_nb.c | ||
| ripng_nb.h | ||
| ripng_nexthop.c | ||
| ripng_nexthop.h | ||
| ripng_offset.c | ||
| ripng_peer.c | ||
| ripng_route.c | ||
| ripng_route.h | ||
| ripng_routemap.c | ||
| ripng_zebra.c | ||
| ripngd.c | ||
| ripngd.h | ||
| subdir.am | ||