mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 12:28:52 +00:00
pbrd, sharpd, staticd: Add some color to sample configuration files
The sample configuration files for pbrd, sharpd and staticd where all the same. Add some bit of color to help new people get rolling on these three daemons. Signed-off-by: Donald Sharp <sharpd@cumulusnetwork.com>
This commit is contained in:
parent
f79f7a7bb2
commit
e671f9fb1f
@ -1,3 +1,19 @@
|
||||
! Sample pbrd configuration file
|
||||
!
|
||||
! A quick example of what a pbr configuration might look like
|
||||
!
|
||||
!
|
||||
log stdout
|
||||
!
|
||||
! nexthop-group TEST
|
||||
! nexthop 4.5.6.7
|
||||
! nexthop 5.6.7.8
|
||||
! !
|
||||
! pbr-map BLUE seq 100
|
||||
! match dst-ip 9.9.9.0/24
|
||||
! match src-ip 10.10.10.0/24
|
||||
! set nexthop-group TEST
|
||||
! !
|
||||
! int swp1
|
||||
! pbr-policy BLUE
|
||||
!
|
||||
|
@ -1,3 +1,6 @@
|
||||
! Default sharpd configuration sample
|
||||
!
|
||||
! There are no `default` configuration commands for sharpd
|
||||
! all commands are at the view or enable level.
|
||||
!
|
||||
log stdout
|
||||
|
@ -1,3 +1,5 @@
|
||||
!
|
||||
! Default staticd configuration sample
|
||||
!
|
||||
log stdout
|
||||
!
|
||||
! ip route 4.5.6.7/32 10.10.10.10
|
||||
|
Loading…
Reference in New Issue
Block a user