A change in OSPF and RIP interface patterns.
Allows to add more interface patterns to one common 'options' section like: interface "eth3", "eth4" { options common to eth3 and eth4 }; Also removes undocumented and unnecessary ability to specify more interface patterns with different 'options' sections: interface "eth3" { options ... }, "eth4" { options ... };
Showing
- nest/config.Y 36 additions, 16 deletionsnest/config.Y
- nest/iface.c 51 additions, 16 deletionsnest/iface.c
- nest/iface.h 10 additions, 4 deletionsnest/iface.h
- nest/rt-dev.c 1 addition, 1 deletionnest/rt-dev.c
- proto/ospf/config.Y 6 additions, 9 deletionsproto/ospf/config.Y
- proto/ospf/iface.c 1 addition, 1 deletionproto/ospf/iface.c
- proto/ospf/ospf.c 2 additions, 2 deletionsproto/ospf/ospf.c
- proto/rip/config.Y 12 additions, 13 deletionsproto/rip/config.Y
- proto/rip/rip.c 2 additions, 2 deletionsproto/rip/rip.c
Loading
Please register or sign in to comment