[FROG] OSPF, FreeBSD and aliases

Eugene Grosbein eugen at grosbein.net
Tue Jul 20 18:22:40 UTC 2021


20.07.2021 21:38, Donald Sharp пишет:
> Eugene -
> 
> Can you look at this PR and see if it fixes your issue:
> 
> https://github.com/FRRouting/frr/pull/9098
> 
> thanks!

I've rolled back my patch and applied your patch. It does not help, no neighbourship with Quagga
and here is output of "show interface" command:

col03.u.asl.local# show interface vm-public
Interface vm-public is up, line protocol is up
  Link ups:       1    last: 2021/07/20 21:18:35.67
  Link downs:     0    last: (never)
  vrf: default
  index 6 metric 1 mtu 1500 speed 0
  flags: <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
  Type: Ethernet
  HWaddr: 02:f0:66:d1:dd:00
  inet 192.168.49.3/24
  inet 192.168.49.13/32 unnumbered
  inet 192.168.49.17/32 unnumbered
  Interface Type Other
  Interface Slave Type None
    input packets 3941650659, bytes 4648312647993, dropped 0, multicast packets 452356
    input errors 0
    output packets 3114270804, bytes 2225569635831, multicast packets 614390
    output errors 14574061
    collisions 0

Compare with same output in case of my (working) patch, note "secondary" attribute.

col03.u.asl.local# show interface vm-public
Interface vm-public is up, line protocol is up
  Link ups:       1    last: 2021/07/20 21:19:55.42
  Link downs:     0    last: (never)
  vrf: default
  index 6 metric 1 mtu 1500 speed 0
  flags: <UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
  Type: Ethernet
  HWaddr: 02:f0:66:d1:dd:00
  inet 192.168.49.3/24
  inet 192.168.49.13/32 secondary unnumbered
  inet 192.168.49.17/32 secondary unnumbered
  Interface Type Other
  Interface Slave Type None
    input packets 3942013871, bytes 4648654787053, dropped 0, multicast packets 452526
    input errors 0
    output packets 3114622092, bytes 2225860210596, multicast packets 614760
    output errors 14574061
    collisions 0




More information about the frog mailing list