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:
Donald Sharp 2019-08-19 10:25:40 -04:00
parent f79f7a7bb2
commit e671f9fb1f
3 changed files with 22 additions and 1 deletions

View File

@ -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
!

View File

@ -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

View File

@ -1,3 +1,5 @@
!
! Default staticd configuration sample
!
log stdout
!
! ip route 4.5.6.7/32 10.10.10.10