MERAprojects / ops-quagga

GNU General Public License v2.0
0 stars 0 forks source link

It isn't possible to configure Blackhole for IPv6/IPv4 #3

Open xivamar opened 8 years ago

xivamar commented 8 years ago
      switch(config)# ipv6 route 2002::6600:8/126 Null
      Interface Null not configured
      % Command failed.

      switch(config)# ipv6 route 2002::6600:8/126 null
      Interface null not configured
      % Command failed.

      switch(config)# ipv6 route 2002::6600:8/126 NULL
      Interface NULL not configured
      % Command failed.

      switch(config)# 
      switch(config)# ipv6 route 2002::6600:8/126 NULL0
      Interface NULL0 not configured
      % Command failed.

      switch(config)# ipv6 route 2002::6600:8/126 null0
      Interface null0 not configured
      % Command failed.
      switch(config)# 
xivamar commented 8 years ago

The fix is present in ctogitlab http://ctogitlab.merann.ru/IPNetworking/meraswitch/issues/23 http://ctogitlab.merann.ru/IPNetworking/meraswitch/merge_requests/14