summaryrefslogtreecommitdiff
path: root/templates/interfaces
AgeCommit message (Collapse)Author
2015-03-25vyatta-cfg-system: adjust mtu node priority to set mtu after parentAlex Harpin
Adjusting the mtu node prority from 381 to 382 so child interfaces set their MTU after the parent interface. This was reported for multiple vifs when setting the MTU to 9000 for jumbo frames, although it only exhibited it when more than one vif was configured. Bug #473 http://bugzilla.vyos.net/show_bug.cgi?id=473
2015-03-24Set correct dhclient configuration filename (#508)kouak
2015-02-20Bug #492: fail commit in case of DHCPv6 configuration errors.Daniil Baturin
2015-02-20Bug #490: remove priority inversion in dhcpv6-options.Daniil Baturin
Seems to work with 319.
2014-10-30vyatta-cfg-system: fix for unusable "link" optionHiroshi Umehara
In the inital state, the "link" option was not usable, so I moved the "link" directory under "node.tag". Aftewards, the "link" option became usable.
2014-10-07Fix a typo in help string.Daniil Baturin
2014-09-25Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-09-25Rename "dev" to "link" under VXLAN for consistency with pethDaniil Baturin
and whatever else we have.
2014-09-22Fix typoKim Hagen
2014-09-20Remove source-validation templates, those are also autogenerated.Daniil Baturin
2014-09-20Remove ip/node.def, it's autogenerated too.Daniil Baturin
2014-09-20Remove VXLAN templates that are supposed to be generated.Daniil Baturin
2014-09-20Merge pull request #19 from upa/helium-vxlan-cliDaniil Baturin
Add support for VXLAN
2014-09-11Fix syntax errorKim Hagen
2014-09-10Remove gre-multipoint encapsulation option, make the tunnel multipoint if ↵Kim Hagen
'remote-ip' is nowt set.
2014-09-09Bug #306: add option to enable private VLAN proxy ARP on an interface.Daniil Baturin
(aka /proc/sys/net/ipv4/conf/$intf/proxy_arp_pvlan). Patch contributed by Shane Short.
2014-09-04Do not delete tunnel if it is in use by NHRP configKim Hagen
2014-09-02Bug #285 - Cannot delete bond interface with vifKim Hagen
2014-08-26fix create/del error handlingupa
2014-08-24Add support for VXLANupa
2014-08-23Remove obsolete informationUnicronNL
2014-08-23Remove execution of vyatta-update-nhtp scriptUnicronNL
2014-08-02Bug #256: adjust mtu node priority.Daniil Baturin
2014-08-02Bug #246: add multicast querier toggle to bridge.Daniil Baturin
2014-07-31Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-07-31Rename dummy interfaces to dumX to avoid confusion with the defaultDaniil Baturin
interface created by the driver.
2014-07-30Change lower the priority of l2tpv3 than the priority of static route.ftoyama
2014-07-11Fix modprobe for l2tpv3 over iptofoo
2014-07-02Set separate virtual interface for QinQ.Kim Hagen
2014-06-26Set help to Nested vlan.Kim Hagen
2014-06-26Add QinQ vlan to Bonding and pseudo-ethernet interfaces.Kim Hagen
2014-06-25Change priority in node.defKim Hagen
2014-06-25Fix variables.Kim Hagen
2014-06-25Add QinQ vlan to ethernet interface configKim Hagen
2014-04-12Bug #170: Improve help strings.Daniil Baturin
2014-04-12Bug #170: Remove "wait" option.Daniil Baturin
2014-04-12Bug #170: Specify interface name in iproute2 command to override default ↵Daniil Baturin
numering.
2014-04-12Bug #170: Break iproute2 commands in multiple line for better readability.Daniil Baturin
2014-04-12Bug #170: Add address, disable, and description options.Daniil Baturin
2014-04-12Bug #170: Set link up at after creating tunnel.Daniil Baturin
2014-04-12Bug #170: Set default wait time to 0.Daniil Baturin
2014-04-12Bug #170: Rename nodes for consistency with the rest of the system.Daniil Baturin
2014-04-06Bug #159: add delete action for dummy interfaces.Daniil Baturin
2014-04-06Bug #159: add conf mode templates for dummy interfaces.Daniil Baturin
2014-03-20Remove endpoint, and add mtu supporthigebu
2014-03-18Fix support for l2tpv3 over iphigebu
2014-03-18Add support for l2tpv3higebu
2013-04-12ethernet: deleting device should put in admin downStephen Hemminger
Typo in conditional meant that 'ip li set dev ethN down' never ran.
2013-04-12Bugfix 8526: don't use REQUIRED on remote-ipJohn Southworth
Having the word REQUIRED in the string is enough to break the webgui, remove it entirely
2013-02-12mGRE bug fixes local-ip address changes and v6 check.Saurabh Mohan
VYATTA-129: check for IPv6 addresses was moved to tunnel/node.def VYATTA-128: added more stronger check to forbid any way of setting remote-ip VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified.