summaryrefslogtreecommitdiff
path: root/interface-templates
AgeCommit message (Collapse)Author
2020-12-27T3155 ospfv3 mtu-ignore not working on ethernet vifsDaniel Husand
2020-12-25 T3149: Change interface reference to $IFNAMEDaniel Husand
2020-12-04T1579: migrate "ip source-validation" option to vyos-1xChristian Poessinger
2020-06-24Revert "T2633: migrate 'ip/node.def' to vyos-1x"Christian Poessinger
This reverts commit 8e14046415fbbc83a912807fd87b6828987a2748.
2020-06-23T2633: migrate 'ip/node.def' to vyos-1xChristian Poessinger
2020-02-20T2059: Fix setting source-validation for bond vif'sRuben Herold
2019-10-30T1778 changing metrics ospf bandwidth for FRR syntax in megabitsVyOS_1.2-2019Q4DmitriyEshenko
(cherry picked from commit 06e2192b82f0ec2aa72846eaaeb2582927e710d8)
2019-09-26cosmetic: deleting excess spaceEshenko Dmitriy
vyos@vyos-rtr01# set interfaces ethernet eth3 ip ospf retransmit-interval Possible completions: < 3-65535> Retransmit interval in seconds (default 5)
2019-06-23ospfv3: T1464: support configuring explicit network typeChristian Poessinger
* broadcast * point-to-point
2019-06-23bfd: T1183: adjust BGP/OSPF help text on BFDChristian Poessinger
2019-06-21bfd: T1183: add OSPF BFD support on interface nodesChristian Poessinger
set interface ethernet eth0 ip ospf bfd delete interface ethernet eth0 ip ospf bfd
2018-12-18Fixes: T1102: Disabling rp_filter don't workhagbard
2018-10-21T890: fix the priority of the interface "ip <protocol>" subtree.Daniil Baturin
Without explicit priority setting (priority inversion, let's be honest) configs will fail to load because the system will attempt to change settings for a non-existent interface.
2017-08-30Revert "vyatta-cfg-quagga: set source-validation node priority after interface"Christian Poessinger
This reverts commit 630f34e9f343862bcf3245a9367666f973beeb36.
2017-08-30Probe for interface existanceChristian Poessinger
This fixes T345. Most of the "interface" command nodes probe if the actual interface exists before applying any setting to it.
2015-10-11vyatta-cfg-quagga: set source-validation node priority after interfaceAlex Harpin
Add a priority of 500 to the source-validation node to ensure dynamically created interfaces are set up (and have the corresponding /proc/sys/net/ipv4/conf/<interface>/rp_filter entry created) before trying to set rp_filter. Bug #581 http://bugzilla.vyos.net/show_bug.cgi?id=581
2014-10-10Bug 147: source-validation sysctl behavior changed in newer kernelsRyan Riske
2014-04-06Add per interface source-validationStig Thormodsrud
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2013-03-27Fixing 7975: provide MTU ignore for OSPFv3Gaurav Sinha
2010-07-20Convert interface templates to use val_help:Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2009-10-13Remove dynamic start of routing daemonsStephen Hemminger
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
2009-08-14Reset to default value when deletedJon Andersson
2009-07-13Bugfix 4708: Use "create" field instead of "update" for non-leaf multi-nodes.Bob Gilligan
2009-07-09Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwoodBob Gilligan
2009-07-09Bugfix 4716: Need to perform different actions on "update" and "create".Bob Gilligan
2009-07-09Remove bogus templatesStephen Hemminger
node.def below node.tag is meaningless (cherry picked from commit b606ac1a7f1120d5203a581d85e9953401d02b07)
2009-07-07Bugfix 4546: Re-structure to avoid nested "end" field.Bob Gilligan
2009-05-28Manage OSPFv3 interface costStephen Hemminger
Since OSPFv3 does not compute interface cost based on bandwidth in Quagga. Just use 1 as default. Bug 4179
2009-05-07Redefine quagga-manager check as startStephen Hemminger
No need for check if start checks if already running
2009-04-20Don't autogenerate disable-link-detectStephen Hemminger
2009-03-30Add missing backslashStephen Hemminger
Fix ospf smoke failure
2009-03-29Reformat template for clarityStephen Hemminger
-ELINESTOOLONGTOOREAD
2009-03-29Fix extra " at end of templateStephen Hemminger
More conversion stuff.
2009-03-29Fix extra " in templateStephen Hemminger
Leftover from conversion from old expression syntax
2009-03-28Remove extra ; from delete nodeStephen Hemminger
Problem in last conversion
2009-03-28Get rid of extra trailing space in commandStephen Hemminger
2009-03-27Cleanup indentation of authentication templateStephen Hemminger
Fix problem with conversion from expression to non-expression format of template.
2009-03-27Use CLI regex to check length of keyStephen Hemminger
Less overhead.
2009-03-26Fix regex in password checksStephen Hemminger
Missing end of match
2009-03-25Generate interface templates as part of buildStephen Hemminger
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template.