job / bird

BIRD dev branches
1 stars 0 forks source link

shut a peer and send a shutdown communication #3

Open job opened 7 years ago

job commented 7 years ago

BIRD allows you to shutdown a peer from the command line, the trailing string should be considered the shutdown communication if presented:

root@scarlett:/home/job# birdc disable kali "hello darkness my old friend"
BIRD 1.6.0 ready.
syntax error

("hello darkness my old friend" is the shutdown communication)

If the string is too long, a useful error should be provided to the user. If there is no string, no shutdown communication should be sent.