xddxdd / bird-lg-go

BIRD looking glass in Go, for better maintainability, easier deployment & smaller memory footprint
GNU General Public License v3.0
141 stars 27 forks source link

1. support local whois. 2 add some useful bird command #59

Closed KusakabeShi closed 2 years ago

KusakabeShi commented 2 years ago
  1. support local whois.
    • spacifing it with /usr/bin/whois to use local whois binary instead of online whois server
  2. 2 add some useful bird command
    1. show route protocol ...: show all routes comes from this protocol
    2. show route protocol ... all:
    3. show route protocol ... all primary:
    4. show route filtered protocol ...: show all filtered routes comes from this protocol
    5. show route filtered protocol ... all:
    6. show route where bgp_path.last = ...: show all filtered routes comes from this asn origin
    7. show route where bgp_path.last = ... all:
    8. show route where bgp_path.last = ... all primary:
xddxdd commented 2 years ago

Thanks for your contribution!