Henning Brauer Wrote:
> if this doesn't work with reload and clearing the session(s) in
> question this would be a bug.

I'd like to confirm if it is or not This is a fresh install of i386 4.8.

My current workaround is to replicate what's in my config:

    network 10.171.0.0/19 set { localpref 140 metric 12 community 65000:666 }

by issuing:

    bgpctl network add 10.171.0.0/19 localpref 140 metric 12 community 65000:666

If you use 'network add' and don't specify all settings concurrently
it overrides the items that were NOT set with their defaults. If I
issued these commands seperately:

    bgpctl network 10.171.0.0/19 localpref 140
    bgpctl network 10.171.0.0/19 metric 12
    bgpctl network 10.171.0.0/19 community 65000:666

You'd be left with 10.171.0.0/19 having metric 0, localpref 100,
community 65000:666. This is possibly desired behavior but is good to
know for anyone using bgpd.

Reply via email to